home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 October - Disc 2 / Power Tools (Disc 2)(October 1993)(HP).iso / hotlines / network / x500 / demo4.txt < prev    next >
Text File  |  1993-05-12  |  6KB  |  191 lines

  1. ******************************************
  2. * ADDING AN ENTRY TO THE SAMPLE DATABASE *
  3. ******************************************
  4.  
  5. There are two ways you can add an entry to the database:
  6. using the x5user menu-driven interface or the x5loaddib
  7. utility.
  8.  
  9. You will be adding a total of twelve entries using both
  10. methods.
  11.  
  12.  
  13. ADDING AN ENTRY USING X5USER
  14. ============================
  15.  
  16.  
  17. STARTING X5USER
  18. ---------------
  19.  
  20. To start x5user, do the following:
  21.  
  22.  1.  Type "x5user"
  23.  
  24.      The Bind DN Specification Form displays.
  25.  
  26.  2.  Press the Perform Task key
  27.  
  28.      The Specify Bind Password window displays.
  29.  
  30.  3.  Type "adm" as the password and press the Perform Task
  31.      or [Return] key
  32.  
  33.      The Entry Operations screen displays.
  34.  
  35.  
  36. ADDING AN ENTRY USING X5USER
  37. ----------------------------
  38.  
  39. To add an entry using x5user, do the following:
  40.  
  41.  1.  Start x5user
  42.  
  43.  2.  Select Add an Entry from the Entry Operations Screen
  44.  
  45.  3.  Enter the following DN:
  46.      /c=US/o=wm/ou=manufacturing/l=assembly town/ou=swd/cn=Bill Smythe
  47.  
  48.      NOTE:  the "=" does not appear on a new line.
  49.  
  50.  4.  Press the Select Object Class function key
  51.  
  52.  5.  From the menu, select "ocl.mhs.org.user" and press the
  53.      Select Item function key
  54.  
  55.  6.  Press the Perform Task function key
  56.  
  57.      The Add Entry Specification Form displays.
  58.  
  59.  7.  Enter the following information:
  60.  
  61.         cn =           Bill Smythe
  62.         Objclass =     ocl.mhs.org.user
  63.                        ocl.org.person
  64.                        ocl.person
  65.         mhsoraddress =
  66.         surname =      Smythe
  67.         unixmail =     bsmythe@wm.com
  68.  
  69.  
  70.  8.  With the cursor in the Attribute Value field and on the
  71.      same line as "mhsoraddress =," press the Show Complex
  72.      function key
  73.  
  74.      The Specify X.400 O/R Address window displays.
  75.  
  76.  9.  Enter the following values for each field:
  77.  
  78.         Given Name:  Bill
  79.         Surname:     Smythe
  80.         OrgUnit1:    manufacturing
  81.         OrgUnit2:    swd
  82.         Country:     US
  83.         OrgName:     wm
  84.         ADMDName:    telemail
  85.         PRMDName:    mfg
  86.  
  87. 10.  Press the Done function key
  88.  
  89. 11.  Press the Perform Task function key to add the entry
  90.  
  91. 12.  Add additional entries.  Follow steps 3 - 9 using the
  92.      following names:  William Smith, Carl Schmidt, Joe
  93.      Smith, Karen Smart, and Carol Schneider.  Enter your
  94.      name and your UNIX mail address also.
  95.  
  96.  
  97. ADDING AN ENTRY USING X5LOADDIB
  98. ===============================
  99.  
  100. To add entries using x5loaddib, do the following:
  101.  
  102.  1.  Create a file /usr/lib/x500/conf/sample.name.list which
  103.      contains the following (NOTE:  a line ending with "->"
  104.      means that the information on the current line and the
  105.      next line should be typed in as one line.  Do not type
  106.      the "->" symbol.):
  107.  
  108.      #
  109.      # Add entries under
  110.      # /c=US/o=wm/ou=manufacturing/l=assembly town/ou=swd
  111.      # Refer to the /usr/lib/x500/conf/x5dib*.conf
  112.      # files for a list of predefined object classes.
  113.      #
  114.      name=/c=US/o=wm/ou=manufacturing/l=assembly town/ou=swd/cn=X500 User
  115.      objclass=56050103
  116.      objclass=550607
  117.      objclass=550606
  118.      commonname=X500 User
  119.      mhsoraddress=/C=US/ADM=ATTMAIL/PRM=HP/ORG=HP/O1=HP6600/SN=User/FN=X500
  120.      unixmail=x500_user@hp6600.desk.hp.com
  121.      surname=User
  122.  
  123.      name=/c=US/o=wm/ou=manufacturing/l=assembly town ->
  124.           /ou=swd/cn=June Smith
  125.      objclass=56050103
  126.      objclass=550607
  127.      objclass=550606
  128.      commonname=June Smith
  129.      mhsoraddress=/C=US/ADM=telemail/PRM=mfg/ORG=wm ->
  130.           /O1=manufacturing/SN=Smith/FN=June
  131.      unixmail=junesmith@wm.com
  132.      surname=Smith
  133.  
  134.      name=/c=US/o=wm/ou=manufacturing/l=assembly town ->
  135.           /ou=swd/cn=Joan Smelt
  136.      objclass=56050103
  137.      objclass=550607
  138.      objclass=550606
  139.      commonname=Joan Smelt
  140.      mhsoraddress=/C=US/ADM=telemail/PRM=mfg/ORG=wm ->
  141.           /O1=manufacturing/SN=Smelt/FN=Joan
  142.      unixmail=jsmelt@wm.com
  143.      surname=Smelt
  144.  
  145.      name=/c=US/o=wm/ou=manufacturing/l=assembly town ->
  146.           /ou=swd/cn=Carla Smit
  147.      objclass=56050103
  148.      objclass=550607
  149.      objclass=550606
  150.      commonname=Carla Smit
  151.      mhsoraddress=/C=US/ADM=telemail/PRM=mfg/ORG=wm ->
  152.           /O1=manufacturing/SN=Smit/FN=Carla
  153.      unixmail=csmit@wm.com
  154.      surname=Smit
  155.  
  156.      name=/c=US/o=wm/ou=manufacturing/l=assembly town ->
  157.           /ou=swd/cn=John Snitter
  158.      objclass=56050103
  159.      objclass=550607
  160.      objclass=550606
  161.      commonname=John Snitter
  162.      mhsoraddress=/C=US/ADM=telemail/PRM=mfg/ORG=wm ->
  163.           /O1=manufacturing/SN=Snitter/FN=John
  164.      unixmail=snitter@wm.com
  165.      surname=Snitter
  166.  
  167.      name=/c=US/o=wm/ou=manufacturing/l=assembly town ->
  168.              /ou=swd/cn=Anthony Smitty
  169.      objclass=56050103
  170.      objclass=550607
  171.      objclass=550606
  172.      commonname=Anthony Smitty
  173.      mhsoraddress=/C=US/ADM=telemail/PRM=mfg/ORG=wm ->
  174.          /O1=manufacturing/SN=Smitty/FN=Anthony
  175.      unixmail=asmitty@wm.com
  176.      surname=Smitty
  177.      name=/c=US/o=wm/ou=manufacturing/l=assembly town ->
  178.           /ou=swd/cn=Lisa Small
  179.      objclass=56050103
  180.      objclass=550607
  181.      objclass=550606
  182.      commonname=Lisa Small
  183.      mhsoraddress=/C=US/ADM=telemail/PRM=mfg/ORG=wm ->
  184.           /O1=manufacturing/SN=Small/FN=Lisa
  185.      unixmail=lsmall@wm.com
  186.      surname=Small
  187.  
  188.  2.  From the /usr/lib/x500/conf directory, type
  189.      "/usr/lib/x500/xds/x5hlapi/x5loaddib sample.name.list"
  190.  
  191. You have successfully added seven more names to the database.